home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Windows marzen / HyperSnap 6.21 / HS6SetPL.exe / [0] / HprSnap6Man.chm / scripts / msdn.css < prev    next >
Cascading Style Sheet File  |  2007-08-17  |  8KB  |  518 lines

  1. /*
  2. // msdn.css - Visual Studio .NET 2003
  3. // Copyright (C) 2001-2006 MGTEK. All rights reserved.
  4. */
  5.  
  6. /* --------------------------------------------------
  7.                   MAIN TOPIC STYLES
  8. -------------------------------------------------- */
  9.  
  10. BODY
  11. {
  12.     margin: 0px 0px 0px 0px;
  13.     padding: 0px 0px 0px 0px;
  14.     background: #ffffff;
  15.     color: #000000;
  16.     font-family: Verdana, Arial, Helvetica, sans-serif;
  17.     font-size: 70%;
  18.     width: 100%;
  19. }
  20.  
  21. DIV#nsbanner
  22. {
  23.     width: 100%;
  24.     position: relative;
  25.     left: 0px;
  26.     padding: 0px 0px 0px 0px;
  27.     border-bottom: 1px solid #999999;
  28. }
  29.  
  30. DIV#nstext
  31. {
  32.     width: 100%;
  33.     padding: 5px 10px 0px 22px;
  34. }
  35.  
  36. DIV#bannerrow1
  37. {
  38.     width: 100%;
  39.     background-color: #99ccff;
  40. }
  41.  
  42. DIV#titlerow
  43. {
  44.     width: 100%;
  45.     padding: 0px 10px 0px 22px;
  46.     background-color: #99ccff;
  47. }
  48.  
  49. DIV.saveHistory
  50. {
  51.     behavior: url(#default#savehistory);
  52.     text-decoration: underline;
  53. }
  54.  
  55. /* --------------------------------------------------
  56.                     HEADING STYLES
  57. -------------------------------------------------- */
  58.  
  59. H1, H2, H3, H4
  60. {
  61.     font-family: Verdana, Arial, Helvetica, sans-serif;
  62.     margin-bottom: .4em;
  63.     margin-top: 1em;
  64.     font-weight: bold;
  65. }
  66.  
  67. H1
  68. {
  69.     font-size: 120%;
  70.     margin-top: 0em;
  71. }
  72.  
  73. H2
  74. {
  75.     font-size: 130%;
  76. }
  77.  
  78. H3
  79. {
  80.     font-size: 115%;
  81. }
  82.  
  83. H4
  84. {
  85.     font-size: 100%;
  86. }
  87.  
  88. .dtH1, .dtH2, .dtH3, .dtH4
  89. {
  90.     margin-left: -18px;
  91. }
  92.  
  93. DIV#titlerow H1
  94. {
  95.     width: 100%;
  96.     margin-bottom: .2em;
  97. }
  98.  
  99. /* --------------------------------------------------
  100.                      TEXT STYLES
  101. -------------------------------------------------- */
  102.  
  103. P
  104. {
  105.     margin: .5em 0em .5em 0em;
  106. }
  107.  
  108. BLOCKQUOTE.dtBlock
  109. {
  110.     margin: .5em 1.5em .5em 1.5em;
  111. }
  112.  
  113. DIV#dtHoverText
  114. {
  115.     width: 100%;
  116.     color: #000066;
  117. }
  118.  
  119. .normal
  120. {
  121.     margin: .5em 0em .5em 0em;
  122. }
  123.  
  124. .fineprint
  125. {
  126.     font-size: 90%;
  127. }
  128.  
  129. .indent
  130. {
  131.     margin: .5em 1.5em .5em 1.5em;
  132. }
  133.  
  134. .topicstatus
  135. {
  136.     display: block;
  137.     color: red;
  138. }
  139.  
  140. /* --------------------------------------------------
  141.                      LABEL STYLES
  142. -------------------------------------------------- */
  143.  
  144. P.label
  145. {
  146.     margin-top: 1em;
  147. }
  148.  
  149. P.labelproc
  150. {
  151.     margin-top: 1em;
  152.     color: #000066;
  153. }
  154.  
  155. /* --------------------------------------------------
  156.                     GRAPHIC STYLES
  157. -------------------------------------------------- */
  158.  
  159. IMG
  160. {
  161.     border: none;
  162. }
  163.  
  164. /* --------------------------------------------------
  165.                      LIST STYLES
  166. -------------------------------------------------- */
  167.  
  168. OL, UL
  169. {
  170.     margin: .5em 0em 0em 2em;
  171. }
  172.  
  173. LI
  174. {
  175.     margin-bottom: .5em;
  176. }
  177.  
  178. UL P, OL P, DL P
  179. {
  180.     margin-left: 0em;
  181. }
  182.  
  183. UL P.label, OL P.label
  184. {
  185.     margin-top: .5em;
  186. }
  187.  
  188. /* --------------------------------------------------
  189.                DEFINITION LIST STYLES
  190. -------------------------------------------------- */
  191.  
  192. DL
  193. {
  194.     margin-top: 0em;
  195.     padding-left: 1px;
  196. }
  197.  
  198. DD
  199. {
  200.     margin-bottom: 0em;
  201.     margin-left: 1.5em;
  202. }
  203.  
  204. DT
  205. {
  206.     margin-top: .5em;
  207. }
  208.  
  209. /* --------------------------------------------------
  210.            CODE, SYNTAX, and REFTIP STYLES
  211. -------------------------------------------------- */
  212.  
  213. PRE
  214. {
  215.     margin-top: .5em;
  216.     margin-bottom: .5em;
  217. }
  218.  
  219. PRE, CODE, .code
  220. {
  221.     font: 100% Monospace, Courier New, Courier;
  222.     color: #000066;
  223. }
  224.  
  225. PRE B, CODE B
  226. {
  227.     letter-spacing: .1em;
  228. }
  229.  
  230. PRE.syntax
  231. {
  232.     background: #cccccc;
  233.     padding: 4px 8px;
  234.     cursor: text;
  235.     margin-top: 1em;
  236.     margin-bottom: 1em;
  237.     color: #000000;
  238.     border-width: 1px;
  239.     border-style: solid;
  240.     border-color: #999999;
  241. }
  242.  
  243. /* --------------------------------------------------
  244.                       LINK STYLES
  245. -------------------------------------------------- */
  246.  
  247. A:link
  248. {
  249.     color: #0000ff;
  250. }
  251.  
  252. A:visited
  253. {
  254.     color: #0000ff;
  255. }
  256.  
  257. A:hover
  258. {
  259.     color: #3366ff;
  260. }
  261.  
  262. /* --------------------------------------------------
  263.                     TABLE STYLES
  264. -------------------------------------------------- */
  265.  
  266. DIV.tablediv
  267. {
  268.     width: 100%;
  269.     margin-top: -.4em;
  270. }
  271.  
  272. OL DIV.tablediv, UL DIV.tablediv, OL DIV.HxLinkTable, UL DIV.HxLinkTable
  273. {
  274.     margin-top: 0em;
  275. }
  276.  
  277. TABLE.dtTABLE
  278. {
  279.     width: 100%;
  280.     margin-top: .6em;
  281.     margin-bottom: .3em;
  282.     border-width: 1px 1px 0px 0px;
  283.     border-style: solid;
  284.     border-color: #999999;
  285.     background-color: #999999;
  286.     font-size: 100%;
  287. }
  288.  
  289. TABLE.dtTABLE TH, TABLE.dtTABLE TD
  290. {
  291.     border-style: solid;
  292.     border-width: 0px 0px 1px 1px;
  293.     border-style: solid;
  294.     border-color: #999999;
  295.     padding: 4px 6px;
  296.     text-align: left;
  297. }
  298.  
  299. TABLE.dtTABLE TH
  300. {
  301.     background: #cccccc;
  302.     vertical-align: bottom;
  303. }
  304.  
  305. TABLE.dtTABLE TD
  306. {
  307.     background: #ffffff;
  308.     vertical-align: top;
  309. }
  310.  
  311. /* --------------------------------------------------
  312.                   ISSUE REPORTING
  313. -------------------------------------------------- */
  314.  
  315. DIV.footer
  316. {
  317.     font-style: italic;
  318. }
  319.  
  320. DIV.footer HR
  321. {
  322.     color: #999999;
  323.     height: 1px;
  324. }
  325.  
  326. /* --------------------------------------------------
  327.              STYLES FOR RUNNING HEADS
  328. -------------------------------------------------- */
  329.  
  330. TABLE.bannerparthead, TABLE.bannertitle
  331. {
  332.     position: relative;
  333.     left: 0px;
  334.     top: 0px;
  335.     padding: 0px 0px 0px 0px;
  336.     margin: 0px 0px 0px 0px;
  337.     width: 100%;
  338.     height: 21px;
  339.     border-collapse: collapse;
  340.     border-style: solid;
  341.     border-width: 0px;
  342.     background-color: #99ccff;
  343.     font-size: 100%;
  344. }
  345.  
  346. TABLE.bannerparthead TD
  347. {
  348.     margin: 0px 0px 0px 0px;
  349.     padding: 2px 0px 0px 4px;
  350.     vertical-align: middle;
  351.     border-width: 0px;
  352.     border-style: solid;
  353.     border-color: #999999;
  354.     background: transparent;
  355.     font-style: italic;
  356.     font-weight: normal;
  357. }
  358.  
  359. TABLE.bannerparthead TD.product
  360. {
  361.     text-align: right;
  362.     padding: 2px 5px 0px 5px;
  363. }
  364.  
  365. TABLE.bannertitle TD
  366. {
  367.     margin: 0px 0px 0px 0px;
  368.     padding: 0px 0px 0px 3px;
  369.     vertical-align: middle;
  370.     border-width: 0px 0px 1px 0px;
  371.     border-style: solid;
  372.     border-color: #999999;
  373.     background: transparent;
  374.     font-weight: bold;
  375. }
  376.  
  377. TD.button
  378. {
  379.     width: 14px;
  380.     cursor: hand;
  381. }
  382.  
  383. /* --------------------------------------------------
  384.           RUNNING HEAD BAR POPUP STYLES
  385. -------------------------------------------------- */
  386.  
  387. DIV.popup, DIV.language
  388. {
  389.     visibility: hidden;
  390.     position: absolute;
  391.     left: 0px;
  392.     z-index: 1;
  393.     width: 50%;
  394.     padding: 0px 8px 5px 26px;
  395.     border: 1px solid #999999;
  396.     background: #ffffcc;
  397. }
  398.  
  399. DIV.language
  400. {
  401.     padding: 10px 10px 10px 10px;
  402. }
  403.  
  404. DIV.language UL
  405. {
  406.     list-style-type: none;
  407.     padding-left: 5px;
  408.     margin-left: 0px;
  409. }
  410.  
  411. .lang, .ilang
  412. {
  413.     color: #333333;
  414.     font-family: Verdana, Arial, Helvetica, sans-serif;
  415.     font-size: 80%;
  416.     font-weight: normal;
  417.     font-style: normal;
  418. }
  419.  
  420. H1 .lang, H1 .ilang
  421. {
  422.     font-size: 65%;
  423. }
  424.  
  425. DIV.filtered
  426. {
  427.     margin-top: .6em;
  428.     margin-bottom: .6em;
  429.     margin-left: -7px;
  430.     padding: 0px 0px 0px 6px;
  431.     border-left: 1px solid #999999;
  432.     background: #ffffff;
  433. }
  434.  
  435. DIV.filtered H1, DIV.filtered H2, DIV.filtered H3, DIV.filtered H4
  436. {
  437.     margin-left: -22px;
  438. }
  439.  
  440. DIV.filtered SPAN.lang
  441. {
  442.     position: relative;
  443.     left: 0px;
  444. }
  445.  
  446. /* --------------------------------------------------
  447.               PARAMETER POPUP STYLES
  448. -------------------------------------------------- */
  449.  
  450. DIV.reftip
  451. {
  452.     visibility: hidden;
  453.     position: absolute;
  454.     z-index: 1;
  455.     border: 1px solid #999999;
  456.     background: #ffffcc;
  457. }
  458.  
  459. DIV.reftip DL
  460. {
  461.     margin: 3px 8px 8px 8px;
  462. }
  463.  
  464. A.synParam
  465. {
  466.     color: #0000ff;
  467.     text-decoration: underline;
  468.     font-style: italic;
  469. }
  470.  
  471. A.synParam:visited
  472. {
  473.     color: #0000ff;
  474.     text-decoration: underline;
  475.     font-style: italic;
  476. }
  477.  
  478. A.synParam:hover
  479. {
  480.     color: #3366ff;
  481.     text-decoration: underline;
  482.     font-style: italic;
  483. }
  484.  
  485. /* --------------------------------------------------
  486.               EXPAND-COLLAPSE STYLES
  487. -------------------------------------------------- */
  488.  
  489. DIV.expandbody
  490. {
  491.     margin: .5em 0em 0em 1.4em;
  492.     display: none;
  493. }
  494.  
  495. A.expandlink
  496. {
  497.     font-size: 100%;
  498. }
  499.  
  500. A#expand, A#expandall
  501. {
  502.     color: #3366ff;
  503.     font-weight: bold;
  504.     text-decoration: none;
  505. }
  506.  
  507. /* --------------------------------------------------
  508.               Microsoft Help 2.0
  509. -------------------------------------------------- */
  510.  
  511. MSHelp\:link
  512. {
  513.     text-decoration: underline; 
  514.     color: #0000ff; 
  515.     hoverColor: #3366ff;
  516.     filterString: ;
  517. }    
  518.